PowerTools MultiRow for Windows Forms 8.0J
AddRange(Object[]) メソッド

ドロップダウンリストの項目を表す1つ以上のオブジェクト、またはSystem.Object値のSystem.Array
ComboBoxCell用の項目のリストに1つ以上の項目を追加します。
構文
Public Overloads Sub AddRange( _
   ByVal ParamArray items() As Object _
) 
public void AddRange( 
   params object[] items
)

パラメータ

items
ドロップダウンリストの項目を表す1つ以上のオブジェクト、またはSystem.Object値のSystem.Array
例外
例外解説
System.InvalidOperationExceptionセルのListCell.DataSourceプロパティの値がnull 参照 (Visual Basicでは Nothing)ではありません。
System.ArgumentExceptionitems配列内のいずれかの項目がnull 参照 (Visual Basicでは Nothing)です。
System.ArgumentNullExceptionitemsがnull 参照 (Visual Basicでは Nothing)です。
参照

ComboBoxCell.ObjectCollection クラス
ComboBoxCell.ObjectCollection メンバ
オーバーロード一覧

 

 


© 2008-2015 GrapeCity inc. All rights reserved.